home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / DefineButton2_1089 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  264b  |  17 lines

  1. on(press){
  2.    TexteMail.scroll -= 1;
  3.    tellTarget("../FlechesRoue")
  4.    {
  5.       gotoAndStop("Up");
  6.    }
  7.    set("/Variables:Scroll",-1);
  8.    tellTarget("ControlScroll")
  9.    {
  10.       play();
  11.    }
  12.    tellTarget("../RoueScroll")
  13.    {
  14.       play();
  15.    }
  16. }
  17.